home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Yellows - Privacy (Deluxe)
/
Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso
/
footage
/
16.dxr
/
00053.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-07-10
|
320 b
|
18 lines
global ctime, mainpictlist
on exitFrame
if rollOver(13) then
cursor(134)
go(the frame)
else
set ctime to 0
cursor(-1)
if rollOver(40) then
go("10,movie")
else
set the member of sprite 10 to member getAt(mainpictlist, 4) of castLib "S16"
go("start")
end if
end if
end